Skip to content

feat(Theme): Use dynamic system accents for Material You colors#693

Open
ILoveOpenSourceApplications wants to merge 1 commit intoMorpheApp:devfrom
ILoveOpenSourceApplications:feat/material-you-accents
Open

feat(Theme): Use dynamic system accents for Material You colors#693
ILoveOpenSourceApplications wants to merge 1 commit intoMorpheApp:devfrom
ILoveOpenSourceApplications:feat/material-you-accents

Conversation

@ILoveOpenSourceApplications
Copy link
Contributor

@ILoveOpenSourceApplications ILoveOpenSourceApplications commented Mar 2, 2026

Description

Closes #216.

Additional context

Previously, the "Material You" option in the Theme patch used @android:color/system_neutral1, which is mostly a static dark/light gray and does not heavily reflect the user's actual wallpaper color palette.

This PR replaces the static neutral option with three new dynamic options based on the user's wallpaper palette:

  • Material You - Primary (@android:color/system_accent1)
  • Material You - Secondary (@android:color/system_accent2)
  • Material You - Tertiary (@android:color/system_accent3)

This allows the patched app to natively and dynamically adapt to the user's device theme without requiring a repatch.

Test results

  • Tested on both the minimum and maximum supported versions
  • Tested on experimental supported versions (Optional)

@LisoUseInAIKyrios LisoUseInAIKyrios linked an issue Mar 2, 2026 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: more material you theme options

1 participant